Use Query<ClassToFind>
to define a query in terms of your object model. At runtime DomainObjects translates a Query<ClassToFind>
instance into a SQL SELECT
statement.
For a list of all members of this type, see Query<ClassToFind> Members.
System.Object
Query
Query<ClassToFind>
See the following QueryTests for query code examples.
Namespace: DomainObjects.Facade.Command
Assembly: DomainObjects.Core (in DomainObjects.Core.dll)
Query<ClassToFind> Members | DomainObjects.Facade.Command Namespace